home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12446 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  809 b 

  1. Path: news.cais.com!news
  2. From: Lally Singh <lsingh@ids2.idsonline.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ Shortcomings ?
  5. Date: Tue, 19 Mar 1996 21:15:23 -0400
  6. Organization: Capital Area Internet Service info@cais.com 703-448-4470
  7. Message-ID: <314F5C2B.6E62@ids2.idsonline.com>
  8. References: <31488E8D.167E@aw.sgi.com> <4iaqch$moh@B1FF.mindspring.com> <314ac676.0@news.sisna.com>
  9. NNTP-Posting-Host: ip177.idsonline.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. >>Even though A* is a type, none of its default manipulations
  16. >>can be redefined.
  17.  
  18.  
  19. I'm not completely sure, but this may work:
  20.  friend int operator==(TType* a, TType* b);
  21. I can't tell you if it would, cause I've got no time to test, but
  22. it seems logical...
  23.